KtorReadKeyValueRepoClient

inline fun <Key, Value> KtorReadKeyValueRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     contentType: <ERROR CLASS>,     noinline idSerializer: suspend (Key) -> String,     noinline valueSerializer: suspend (Value) -> String): KtorReadKeyValueRepoClient<Key, Value>
inline fun <Key, Value> KtorReadKeyValueRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     idsSerializer: <ERROR CLASS><Key>,     valueSerializer: <ERROR CLASS><Value>,     serialFormat: <ERROR CLASS>,     contentType: <ERROR CLASS>): KtorReadKeyValueRepoClient<Key, Value>
inline fun <Key, Value> KtorReadKeyValueRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     idsSerializer: <ERROR CLASS><Key>,     valuesSerializer: <ERROR CLASS><Value>,     serialFormat: <ERROR CLASS>,     contentType: <ERROR CLASS>): KtorReadKeyValueRepoClient<Key, Value>